object Form5: TForm5 Left = 257 Top = 328 BorderIcons = [] BorderStyle = bsNone Caption = 'DJ Master' ClientHeight = 260 ClientWidth = 410 Color = clBlack Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 410 Height = 260 Align = alClient BevelWidth = 5 TabOrder = 0 object Image1: TImage Left = 5 Top = 5 Width = 400 Height = 250 Align = alClient Center = True Picture.Data = {} OnClick = Image1Click end end object Timer1: TTimer Enabled = False Interval = 5000 OnTimer = Timer1Timer Left = 8 Top = 8 end end